home *** CD-ROM | disk | FTP | other *** search
- gPreviewHeight = 300;
- gPreviewWidth = 500;
- gSliderMinimumWidth = 106;
- gSliderMinimumHeight = 30;
- gGapWidth = 125;
- dialog(name: '$$$/Dialogs/OnLineServices/ShareTitle', target_id: 'tefr')
- {
- group(align_children: align_left)
- {
- group(align_children: align_left, width: gPreviewWidth + gMarginWidth)
- {
- cluster(name: '$$$/Dialogs/OnLineServices/SharePicture', item_id: 'pics', align_children: align_left)
- {
- group(align_children: align_left)
- {
- list_box(item_id: 'pick', width: gPreviewWidth, height: gPreviewHeight);
- }
- group(align_children: align_row, width: gPreviewWidth)
- {
- button(item_id: 'slal', name: '$$$/Dialogs/ImagePicker/SelectAll', picture: false, alignment: align_left);
- button(item_id: 'clal', name: '$$$/Dialogs/ImagePicker/ClearAll', picture: false, alignment: align_left);
- gap(width: gGapWidth);
- picture(item_id: 'slmn', width: 11, height: 9);
- slider(item_id: 'slid', width: gSliderMinimumWidth, height: gSliderMinimumHeight, align: align_right);
- picture(item_id: 'slmx', width: 18, height: 14);
- }
- }
- }
- group(align_children: align_row)
- {
- cluster(name: '$$$/Dialogs/OnLineServices/OnLineServices', align_children: align_left, width: gPreviewWidth+30)
- {
- static_text(alignment: align_left, name: '$$$/Dialogs/OnLineServices/UploadMessage', horizontal: align_fill);
- static_text(item_id: 'svnm', alignment: align_left, horizontal: align_fill, width: 200);
- check_box(item_id: 'ansv', name: '$$$/Dialogs/OnLineServices/AnotherService');
- }
- }
- group(align_children: align_row, width: gPreviewWidth)
- {
- button(item_id: 'help', name: '$$$/Dialogs/OnLineServices/Help', alignment: align_left);
- gap(width: 265);
- ok_cancel(ok_name: '$$$/Dialogs/Next', alignment: align_right);
- }
- }
- }
-